home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 015a / wout10.zip / WAIT.DOC < prev    next >
Text File  |  1993-06-07  |  2KB  |  71 lines

  1.  
  2. WaitItOut version 1.0 - Distributed as WOUTxx.ZIP where xx is the version.
  3.  
  4. This program is Copywrite by C-9 Communications, Houston, TX. and is
  5. distributed AS IS with no warranty implied! WOUTxx.ZIP is also distributed
  6. under the FreeWare Concept. If you like it, please send a small fee in the
  7. amount of whatever the program's worth is to you - to:
  8.  
  9. C-9 Communications
  10. 7066 Lakeview Haven Dr., Suite 105
  11. Houston, TX 77095
  12.  
  13. Description:
  14.  
  15. Dos Command Line Utility to either wait a specified number of minutes or to
  16. wait until a file exists in a specified path. Please type WAIT ? for help.
  17. Unlike other delay and wait utilities, a simple press of a key will abort it.
  18. No annoying CTRL-BREAK, CTRL-ALT-DEL, etc. to make it stop!
  19.  
  20. *****HISTORY*****
  21.  
  22. 6-07-93
  23.  
  24.   Release
  25.  
  26.   Added -c switch to create a specified file in a specified path.
  27.  
  28.   NOTE: -m function will ALWAYS be executed first!
  29.  
  30. 6-03-93
  31.  
  32.   Added -d switch to optionally delete the file it is waiting for
  33.   when it does EXIST.
  34.  
  35.   All commands MUST be preceeded by a - (dash) except ?
  36.  
  37.   Honors the -m command line parameter FIRST. In other words, the
  38.   following command:
  39.  
  40.       wait -fg:\node\temp.txt -m2 -d
  41.  
  42.   would FIRST wait 2 minutes, then wait until g:\node\temp.txt existed
  43.   and then delete g:\node\temp.txt.
  44.  
  45.  
  46. 5-20-93
  47.  
  48. Implemented:
  49.  
  50.   Waits any number of minutes and doesn't suffer the abnormalities
  51.   of crossing midnight, network server time (workstation time
  52.   synching to servers), etc. fluctuations.
  53.   Waits until a specified file EXISTS in a specified path.
  54.   Honors potential file locking and creation problems.
  55.  
  56. Code in place but NOT implemented yet: (still α)
  57.  
  58.   Waits until a specified file DOES NOT exist in a specified path.
  59.   Optional creation of specified DOES NOT exist file for other processes
  60.   to delete before proceeding on.
  61.  
  62. Known Potential Problems:
  63.  
  64.    Program expects YOU to enter a valid (drive)(:)(path)(\)(filename).
  65.  
  66.    Because the program does not depend on the system clock for seconds,
  67.      a wait of 1 minute may not necessarily wait 1 entire minute. If
  68.      you absolutely need a 1 minute wait, use 2 instead!
  69.  
  70. Cheers!
  71.